Xbasic

SQL::ConnectionRemoveEventScript Method

Syntax

Result_Flag as L = RemoveEventScript([, Name as C])

Arguments

NameCharacter

The name of the script. If no name is provided, the function removes the most recently added script.

Returns

Result_FlagLogical

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Description

Remove an event script previously added with AddEventScript.

Discussion

The RemoveEventScript() method removes an event script (see SQL Events ) from the connection.

See Also